home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mgr / vdimgr.zoo / README < prev    next >
Encoding:
Text File  |  1993-03-16  |  1.2 KB  |  29 lines

  1. Here is all the new VDI based MGR stuff from my hard disk.
  2.  
  3. in each sub-directory there is a Makefile/README that will help
  4. you build the stuff in that sub-dirctory. The Makefile are set
  5. up to compile with "cgcc -mint"  (if you have your gcc configured
  6. for mint by default, then you can eliminate the -mint).
  7.  
  8. to build this stuff, you will first have to build mgr/src/atari/blitlib.a,
  9. copy of link that into mgr/lib/blitlib.a, and after that build
  10. the lib in mgr/lib/mgr*.olb, and only after that the rest of the stuff.
  11.  
  12. i  have built and tested all the stuff at some point or the other. so
  13. unless something drastically changed in the libs, all of it should
  14. compile and run just fine. of course if you have any problems, just write.
  15.  
  16. thanks again to eric smith who did most of the hard work on this port.
  17.  
  18.  
  19. in ash/, i have included my diffs to ash used to build sh.ttp. Note
  20. that this sh.ttp uses the readline library in ash/readline. this
  21. is a somewhat restricted but very portable readline with a gnu-readline
  22. interface. i quite like this sh.ttp, as now it has sh + line editing + 
  23. completion + history, so its sufficiently close to bash, yet several 10's
  24. of K smaller. these diffs to ash also include howards -mbaserel diffs
  25. for ash.
  26.  
  27. cheers,
  28.  ++jrb    bammi@cadence.com
  29.